home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-14 | 881 b | 28 lines | [TEXT/CCL2] |
- ;;; @load.lisp
- ;;;
- ;;; CONQUEST AI PROJECT
- ;;;
- ;;; Washington University Computer Science Department
- ;;; Copyright 1992 Paul McCartney. All Rights Reserved.
- ;;;
- ;;; AUTHOR: Paul McCartney
- ;;;
- ;;; DESCRIPTION:
- ;;;
- ;;; Load the control files that Conquest uses. Control is higher level
- ;;; functionality which "glues" everything together at the top level.
- ;;;
- ;;; USE:
- ;;;
- ;;; Load this file.
- ;;;
-
- (load-fasl "Control;menus.lisp" "FASL;Control:")
- (load-fasl "Control;initialize-conquest.lisp" "FASL;Control:")
- (load-fasl "Control;basic-player.lisp" "FASL;Control:")
- (load-fasl "Control;conquest-data-structures.lisp" "FASL;Control:")
- (load-fasl "Control;human-player.lisp" "FASL;Control:")
- (load-fasl "Control;conquest-control.lisp" "FASL;Control:")
- (load-fasl "Control;conquest-primitives-1.lisp" "FASL;Control:")
- (load-fasl "Control;conquest-primitives-2.lisp" "FASL;Control:")
-